home *** CD-ROM | disk | FTP | other *** search
- Path: news.ncl.ac.uk!usenet
- From: n5830282 <Rejoice.Tsheko@ncl.ac.uk>
- Newsgroups: comp.lang.c++
- Subject: 3d array
- Date: 14 Mar 1996 19:27:33 GMT
- Organization: Newcastle University
- Message-ID: <4i9rv5$8b1@whitbeck.ncl.ac.uk>
- NNTP-Posting-Host: barn15.ncl.ac.uk
- X-Newsreader: WinVN 0.92.5
-
- working on 380kb image file, if i declare a 1D my ccode works
- but declaring it 3D rasta[row][col][plane] works only for small data files,
- and fails for the biggest file which is 560040 unsigned integers of width 3 characters
-
- any ideas to help me solve the error message below, i tried to use malloc
- but still...
-
- []Pid 10190 received a SIGSEGV for stack growth failure.
- []Possible causes: insufficient memory or swap space,
- []or stack size exceeded maxssiz.
-